projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cabd22f
)
; * etc/NEWS: Fix last change.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 21 Aug 2021 13:38:24 +0000
(16:38 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 21 Aug 2021 13:38:24 +0000
(16:38 +0300)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index c3993b74f6069235a580db9758809061a63529c3..86139100ca1e8e149b15be97f40d044aa7b8e708 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-3109,7
+3109,7
@@
This is to keep the same behavior as Eshell.
* Incompatible Lisp Changes in Emacs 28.1
---
-** 'parse-partial-sexp' now signals an error i
t
TO is smaller than FROM.
+** 'parse-partial-sexp' now signals an error i
f
TO is smaller than FROM.
Previously this would lead to the function interpreting FROM as TO and
vice versa, which would be confusing when passing in OLDSTATE, which
refers to the old state at FROM.